home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMOVEIMAPFLD / TMOVEIMAPFLD.txt
Text File  |  2004-10-12  |  1KB  |  52 lines

  1. inherited MoveImapFld: TMoveImapFld
  2.   Left = 385
  3.   Top = 327
  4.   Caption = 'Rename/Move IMAP folder'
  5.   ClientHeight = 246
  6.   OldCreateOrder = True
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Label1: TLabel
  10.     Width = 54
  11.     Caption = '&New name:'
  12.   end
  13.   inherited bOK: TButton
  14.     Top = 208
  15.   end
  16.   inherited cbParent: TComboBox
  17.     Top = 136
  18.   end
  19.   inherited bCancel: TButton
  20.     Top = 208
  21.   end
  22.   inherited rbRoot: TRadioButton
  23.     Top = 88
  24.     Caption = 'Move to the root level'
  25.   end
  26.   inherited rbSub: TRadioButton
  27.     Top = 112
  28.     Caption = 'Make a sub-folder of'
  29.   end
  30.   object rbStay: TRadioButton
  31.     Left = 16
  32.     Top = 64
  33.     Width = 345
  34.     Height = 17
  35.     Caption = '&Do not move the folder'
  36.     Checked = True
  37.     TabOrder = 6
  38.     TabStop = True
  39.     OnClick = rbSubClick
  40.   end
  41.   object cbResubscribe: TCheckBox
  42.     Left = 16
  43.     Top = 176
  44.     Width = 345
  45.     Height = 17
  46.     Caption = 'Re-subscribe renamed sub-folders'
  47.     Checked = True
  48.     State = cbChecked
  49.     TabOrder = 7
  50.   end
  51. end
  52.